projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e903af
)
* Makefile.in (install): Refer to the variables INSTALLABLES and
author
Jim Blandy
<jimb@redhat.com>
Mon, 24 May 1993 05:54:23 +0000
(
05:54
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Mon, 24 May 1993 05:54:23 +0000
(
05:54
+0000)
INSTALLABLE_SCRIPTS, instead of writing them out.
lib-src/Makefile.in
patch
|
blob
|
history
diff --git
a/lib-src/Makefile.in
b/lib-src/Makefile.in
index 74a77a1e99eb289377588160df18189593b5838a..5917a181e73058e5115d088c5f2992dfe66bac95 100644
(file)
--- a/
lib-src/Makefile.in
+++ b/
lib-src/Makefile.in
@@
-137,7
+137,7
@@
${archlibdir}: all
install: ${archlibdir}
@echo
@echo "Installing utilities for users to run."
- for file in
emacsclient etags ctags b2m
; do \
+ for file in
${INSTALLABLES} ${INSTALLABLE_SCRIPTS}
; do \
cp $${file} ${bindir}/$${file}.new ; \
chmod 755 ${bindir}/$${file}.new ; \
done